home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / managers / mc-3.2 / mc-3 / mc-3.2.1 / icons / Makefile.in < prev    next >
Encoding:
Makefile  |  1996-05-17  |  1.5 KB  |  61 lines

  1. srcdir = @srcdir@
  2. VPATH = @srcdir@
  3.  
  4. rootdir = $(srcdir)/..
  5. @MCFG@@MCF@
  6.  
  7. INSTALL = @INSTALL@
  8. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  9. INSTALL_DATA = @INSTALL_DATA@
  10.  
  11. #
  12. # Distribution variables
  13. #
  14.  
  15. DISTICONS = Makefile.in $(ALLICONS)
  16. ALLICONS = a.xpm application.xpm binary.xpm bitmap.xpm blackhole.xpm \
  17.     bug.xpm c.xpm calc.xpm calendar.xpm cc.xpm cdrom.xpm clipboard.xpm \
  18.     compressed.xpm core.xpm data.xpm draw.xpm edit.xpm editor.xpm \
  19.     emacs.xpm f.xpm fig.xpm font.xpm framemaker.xpm gif.xpm h.xpm \
  20.     hidden.xpm hidden_dir.xpm html.xpm index.xpm info.xpm jpeg.xpm \
  21.     key_dir.xpm lharc.xpm link.xpm link_bad.xpm link_dir.xpm lock_dir.xpm \
  22.     mail.xpm mail_dir.xpm makefile.xpm man.xpm music.xpm network_dir.xpm \
  23.     news_dir.xpm no_entry.xpm o.xpm open_dir.xpm p.xpm parent_dir.xpm \
  24.     pbm.xpm pgm.xpm plain.xpm plain_dir.xpm postscript.xpm ppm.xpm \
  25.     printer.xpm recycle.xpm report.xpm rubbish.xpm s.xpm sc.xpm \
  26.     scroll.xpm so.xpm sound.xpm spreadsheet.xpm stop.xpm sys.xpm \
  27.     system_dir.xpm tag.xpm tar.xpm taz.xpm tex-view.xpm tex.xpm \
  28.     text.xpm tiff.xpm trash.xpm uu.xpm window.xpm wizard.xpm word.xpm \
  29.     xbm.xpm xchess.xpm xfig.xpm xman.xpm xmosaic.xpm xpaint.xpm xpm.xpm \
  30.     zip.xpm zoo.xpm
  31.  
  32. all:
  33.  
  34. install: @insticons@
  35.  
  36. install_icons:
  37.     -for I in $(ALLICONS); \
  38.     do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(icondir)/$$I; done
  39.  
  40. uninstall:
  41.     -cd $(icondir); $(RMF) $(ALLICONS)
  42.  
  43. check:
  44.     @echo no tests are supplied.
  45.  
  46. TAGS:
  47.  
  48. cross:
  49.  
  50. clean:
  51.  
  52. realclean:
  53.  
  54. distclean:
  55.     -$(RMF) $(srcdir)/*~ $(srcdir)/Makefile
  56.  
  57. distcopy:
  58.     $(CP) $(DISTICONS) ../../mc-$(VERSION)/icons
  59.  
  60. depend dep:
  61.